Symphony Framework
ClearCollection Method
Symphony.Conductor.Types Namespace > AsyncObservableCollection<T> Class : ClearCollection Method
Provides a thread safe way to clear the collection.
Syntax
public void ClearCollection()

Return Value

void
Remarks
Always use the RemoveAtCollection method to remove an item from the collection as this is a thread safe way to perform the function.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AsyncObservableCollection<T> Class
AsyncObservableCollection<T> Members